home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
398
/
398.xpi
/
chrome
/
forecastfox.jar
/
content
/
about.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-04
|
2KB
|
46 lines
<?xml version="1.0"?>
<!--****************************************************************************
Copyright (c) 2008 Ensolis, LLC. All Rights Reserved.
***************************************************************************-->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://forecastfox/content/bindings.css" type="text/css"?>
<?xml-stylesheet href="chrome://forecastfox/skin/forecastfox.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://forecastfox/locale/forecastfox.dtd" >
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
id="ff-about"
persist="screenX,screenY"
screenX="10" screenY="10"
windowtype="forecastfox:about"
title="&ff.about.title;">
<script type="application/x-javascript" src="chrome://forecastfox/content/utilities/helpers.js"/>
<keyset id="ff-keys">
<key keycode="VK_ESCAPE" oncommand="window.close();"/>
</keyset>
<ffheader type="complex" id="ff-about-header" headeralign="center">
<image id="ff-about-icon" src="chrome://forecastfox/skin/images/icon32.png"/>
<label id="ff-about-version" value="&ff.about.version;"/>
</ffheader>
<hbox id="ff-about-content" class="ff-content" align="center">
<html:iframe id="ff-credits-iframe" src="chrome://forecastfox/content/about.xhtml" flex="1"/>
</hbox>
<hbox id="about-footer" class="ff-footer" align="center">
<label value="&ff.providedby;"/>
<fflink label="&acw.site;" tooltiptext="&acw.tooltip;" href="&acw.main;" partner="true" from="dialog"/>
<spacer class="ff-btnspacer" flex="1"/>
<button label="&ff.ok;" default="true" class="ff-button" oncommand="window.close();"/>
</hbox>
</window>